|
|
|
|
OnBackgroundImageChanged Method, SftTree Class |
Raises the BackgroundImageChanged event.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Protected Overrides Sub OnBackgroundImageChanged( ByVal e As EventArgs ) |
C# |
protected override void OnBackgroundImageChanged( EventArgs e ); |
C++ |
protected: virtual void OnBackgroundImageChanged( EventArgs^ e ); |
e
An EventArgs that contains the event data.
Comments
The OnBackgroundImageChanged method raises the BackgroundImageChanged event.